Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​Collections.​Generic.​IEnumerable<​T>

Assembly: System.Runtime

Implemented Interfaces

Exposes the enumerator, which supports a simple iteration over a collection of a specified type.

Methods

IEnumerator<​T>
GetEnumerator​()
Returns an enumerator that iterates through the collection.
Returns An enumerator that can be used to iterate through the collection.